func github.com/andybalholm/brotli.remapBlockIdsLiteral

2 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_literal.go#L157: func remapBlockIdsLiteral(block_ids []byte, length uint, new_id []uint16, num_histograms uint) uint {
		block_splitter_literal.go#L421: 			num_histograms = remapBlockIdsLiteral(block_ids, length, new_id, num_histograms)